home *** CD-ROM | disk | FTP | other *** search
-
- NAME
- conv2gdbm - convert from dbm to gdbm database format
-
- SYNOPSIS
- conv2gdbm [ -q ] [ -b block_size ] dbm_file [ gdbm_file ]
-
- DESCRIPTION
- The program conv2gdbm has been provided to help you convert from
- dbm(3x) databases to gdbm(3).
-
- The optional block_size is the same as in gdbm_open(). The
- dbm_file is the name of the dbm file without the pag or dir
- extensions. The optional gdbm_file is the complete file name.
- If not included, the gdbm file name is the same as the dbm file
- name without any extensions. That is ``conv2gdbm dbmfile''
- converts the files ``dbmfile.pag'' and ``dbmfile.dir'' into a
- gdbm file called ``dbmfile''. The -q option causes conv2gdbm to
- work quietly.
-
- SEE ALSO
- dbm(3x), ndbm(3), gdbm(3)
-
-